Edit Task: NonRecurringTimeImport
Description
The NonRecurringTimeImport attribute under EditTask is only used if the RecurringType task attribute is set to SingleInstance. This attribute imports a window file for the task.
For more information on parameters, see the Window File Import page.
Parameters
Parameter | Description |
---|---|
File Path | A string of text of the Path/filename for the window file that is to be imported. More information on the acceptable file path formats can be found here. |
Examples
Import times from a file.
PATCH api/task/TaskA
Body:
{
"NonRecurringTimeImport" : "C:\\AstroScheduler\\Task_Times.txt"
}